GetPrevious Method (Folders Collection)
The GetPrevious
method returns the previous Folder Object
Syntax
Set objFolder = objFoldersColl.GetPrevious()
Parameters
objFolder
On successful
return, represents the previous Folder object in the collection.
objFoldersColl
Required. The
Folders collection object.
Remarks
The Get methods
are similar to the Find and Move methods used with Microsoft
Access databases. The Get methods have different names because they use
a different syntax.